projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb7d033
)
iconcache: Remove unused defines
author
Timm Bäder
<mail@baedert.org>
Sun, 6 Jan 2019 10:08:09 +0000
(11:08 +0100)
committer
Timm Bäder
<mail@baedert.org>
Thu, 10 Jan 2019 15:49:19 +0000
(16:49 +0100)
gtk/gtkiconcache.c
patch
|
blob
|
history
diff --git
a/gtk/gtkiconcache.c
b/gtk/gtkiconcache.c
index 273865a3388a68673dbfa73fc27d801af74d441b..bcbfe830713d796014d70788a313cabeab4bc7d7 100644
(file)
--- a/
gtk/gtkiconcache.c
+++ b/
gtk/gtkiconcache.c
@@
-40,9
+40,6
@@
#define _O_BINARY 0
#endif
-#define MAJOR_VERSION 1
-#define MINOR_VERSION 0
-
#define GET_UINT16(cache, offset) (GUINT16_FROM_BE (*(guint16 *)((cache) + (offset))))
#define GET_UINT32(cache, offset) (GUINT32_FROM_BE (*(guint32 *)((cache) + (offset))))